From: Joey Hess Date: Fri, 5 Sep 2025 15:57:08 +0000 (-0400) Subject: remove dead code X-Git-Tag: archive/raspbian/10.20251029-1+rpi1~1^2~3^2~140 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/%22/%22http:/www.example.com/cgi/%22?a=commitdiff_plain;h=2b3c2d62799d1ff2d0d0ea0c047f3c81981cae17;p=git-annex.git remove dead code --- diff --git a/Crypto.hs b/Crypto.hs index b9a09a19ba..a942cbf6ef 100644 --- a/Crypto.hs +++ b/Crypto.hs @@ -25,7 +25,6 @@ module Crypto ( decryptCipher', encryptKey, isEncKey, - feedFile, feedBytes, readBytes, readBytesStrictly, @@ -188,9 +187,6 @@ isEncKey k = case fromKey keyVariety k of type Feeder = Handle -> IO () type Reader m a = Handle -> m a -feedFile :: FilePath -> Feeder -feedFile f h = L.hPut h =<< L.readFile f - feedBytes :: L.ByteString -> Feeder feedBytes = flip L.hPut